recursive program

英 [rɪˈkɜːsɪv ˈprəʊɡræm] 美 [rɪˈkɜːrsɪv ˈproʊɡræm]

网络  递归程序

计算机



双语例句

  1. Proofs for recursive report-printing program
    递归的报告打印程序的证明
  2. You must specify the RECURSIVE clause only on the outermost program of a compilation unit.
    您必须只对编译单元的最外层程序指定RECURSIVE子句。
  3. A base case is the bottom point of a recursive program where the operation is so trivial as to be able to return an answer directly.
    基线条件是递归程序的最底层位置,在此位置时没有必要再进行操作,可以直接返回一个结果。
  4. To make a recursive call, you must either code the RECURSIVE clause ( or attribute) in the PROGRAM-ID paragraph of the recursively called program or specify the THREAD compiler option.
    要执行递归调用,必须在以递归方式调用的程序的PROGRAM-ID段落中编写RECURSIVE子句(或属性),或指定THREAD编译器选项。
  5. Every recursive program follows the same basic sequence of steps
    每一个递归程序都遵循相同的基本步骤
  6. The paper introduces the general form of recursive model, the process of recursive program running and the recursive program design.
    介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
  7. It mainly investigates a special method for recursive program design and its applications a-bout the complicated recursion from the angle of the mathematical formular.
    重点从数学公式的角度探讨了复杂递归问题的一类特殊编程方法及其应用。
  8. A Discussion on the Recursive Program
    递归程序探讨
  9. SSS produces a recursive program which can be transformed to a more efficient target language.
    其规范语言较接近于自然语言,系统综合出程序是一个递归型的,通过变换可得到一较高效率的程序。
  10. Multi-level strongly constructive learning algorithm of recursive logic program and its realizing
    递归逻辑程序的强构造分层学习算法及其实现
  11. How to seek a better method to eliminate recursive schema is a problem in the transformation of program.
    寻求更好的消除递归方法一直是程序变换所面临的问题。
  12. The Method for Transformation of Recursive Program
    递归程序变换的实现方法
  13. Application of the recursive program transformation to driving formulae of some special functions
    递归程序变换在特殊函数公式推导中的应用
  14. A Transformation Technique of Recursive Program
    递归程序的转换技术
  15. Recursive program design based on the problem structure
    以问题结构为基础的递归程序设计
  16. Problem on Termination of Recursive Prolog Program
    递归Prolog程序终止问题的探讨
  17. Recursive is a significant way of solve problem in the something. Using sample of recursive programming, Analyse the Time complexity& Space complexity of recursive program, suggest adapt range of recursive program.
    递归是解决一类问题的重要方法,通过递归程序设计实例,分析递归程序的时间和空间复杂度,给出递归程序适应的范围。
  18. A new algorithm A# that is a revision of A given in Ref. [ 1] is developed without the introduction of the induction principle. It can be used for performing loop and recursive automatic program synthesis even more satisfactorily.
    本文提出不使用归纳原理实现循环和递归程序设计自动化,对文献[1]中算法A~进行了修改,提出算法A~。
  19. Hnaoi Problem is an old-aged yet interesting one, which is often used as an typical example for recursive algorithm in program design.
    汉诺塔问题古老而有趣,是经常用作程序设计递归算法的典型例题。
  20. This article will talk about recursive invocation through program design, which determines the maximum and minimum value of two numbers and more numbers, thus combining doles two different knowledge points lets get some inspiration from logical thinking of program design.
    本文通过求两个数及多个数的最大值与最小值问题的程序设计。引申到函数的递归调用,从而把两个不同的知识点紧紧地结合起来。
  21. Based on a principle of storing tree structure into a relation table, a recursive input method of hierachical coding data in MIS is presented and an universal recursive input program in proposed.
    介绍了用二维关系表存储树型结构的原理,在此基础上提出层次类型编码数据的递归录入法,并给出一个通用递归录入程序。
  22. The Investigation of a Special Method for Recursive Program Design
    一类递归编程的特殊方法探讨
  23. The paper presents a recursive algorithm on generating product structure information, which is a PRO C program on ORACLE system.
    提出了ORACLE关系数据库系统中用proc实现的产品结构信息的递归生成算法。
  24. Strongly constructive learning of a sort of recursive logic program
    一类递归逻辑程序的强构造学习
  25. A First Study of the Analysing Methods of Recursive Program
    浅谈递归程序的分析方法
  26. Examples are given for solving complex problem by transferring variables in recursive function program, and the recursive function programs show excellent capability for solving non-numeral problem.
    给出了递归函数调用时利用变量传递解决复杂问题的实例,展示了递归算法在解决非数值运算问题中的独特解题方式和效果。
  27. The Conversion Method of Recursive Program
    递归程序的非递归转换方法
  28. A New Pattern of Recursive Program Transformation& CZ Transformation
    递归程序变换的一种新模式一CZ变换
  29. The paper includes concept of Pro-graph, state alignment, and termination problem of recursive program.
    其中包括Pro图的概念和Pro图的状态序列及递归程序的终止问题。